setFitsSystemWindows

open fun setFitsSystemWindows(view: View, fitSystemWindows: Boolean)(source)

Deprecated

Use setFitsSystemWindows directly.

Sets whether or not this view should account for system screen decorations such as the status bar and inset its content; that is, controlling whether the default implementation of fitSystemWindows will be executed. See that method for more details.

Parameters

view

view for which to set the state.

fitSystemWindows

whether or not this view should account for system screen decorations.